bitkeeper revision 1.1159.1.175 (415445ceydjmiY9bcerArlIlTqqZvQ)
authormjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Fri, 24 Sep 2004 16:05:34 +0000 (16:05 +0000)
committermjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Fri, 24 Sep 2004 16:05:34 +0000 (16:05 +0000)
Put configuring the console port back where it belonged.

tools/python/xen/xend/XendDomainInfo.py

index 647956f7bed47a3ba5fd222fe4d2039fd3849ef6..8a8af83c10ebe13430d9da6b1d5370113f3a10b5 100644 (file)
@@ -500,8 +500,8 @@ class XendDomainInfo:
                 raise VmError('missing memory size')
 
             self.init_domain()
-            self.construct_image()
             self.configure_console()
+            self.construct_image()
             self.configure_restart()
             self.configure_backends()
             deferred = self.configure()